home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dsadd.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.9 KB  |  64 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DSAdd.pas' rev: 3.00
  6.  
  7. #ifndef DSAddHPP
  8. #define DSAddHPP
  9. #include <Buttons.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysUtils.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Dsadd
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TAddFields;
  27. class PASCALIMPLEMENTATION TAddFields : public Forms::TForm 
  28. {
  29.     typedef Forms::TForm inherited;
  30.     
  31. __published:
  32.     Stdctrls::TButton* OkBtn;
  33.     Stdctrls::TButton* CancelBtn;
  34.     Stdctrls::TGroupBox* GroupBox1;
  35.     Stdctrls::TListBox* FieldsList;
  36.     Stdctrls::TButton* HelpBtn;
  37.     void __fastcall FormCreate(System::TObject* Sender);
  38.     void __fastcall HelpBtnClick(System::TObject* Sender);
  39.     
  40. public:
  41.     void __fastcall SelectAll(void);
  42. public:
  43.     /* TCustomForm.Create */ __fastcall virtual TAddFields(Classes::TComponent* AOwner) : Forms::TForm(
  44.         AOwner) { }
  45.     /* TCustomForm.CreateNew */ __fastcall TAddFields(Classes::TComponent* AOwner, int Dummy) : Forms::
  46.         TForm(AOwner, Dummy) { }
  47.     /* TCustomForm.Destroy */ __fastcall virtual ~TAddFields(void) { }
  48.     
  49. public:
  50.     /* TWinControl.CreateParented */ __fastcall TAddFields(HWND ParentWindow) : Forms::TForm(ParentWindow
  51.         ) { }
  52.     
  53. };
  54.  
  55. //-- var, const, procedure ---------------------------------------------------
  56. extern PACKAGE TAddFields* AddFields;
  57.  
  58. }    /* namespace Dsadd */
  59. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  60. using namespace Dsadd;
  61. #endif
  62. //-- end unit ----------------------------------------------------------------
  63. #endif    // DSAdd
  64.